home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 43.GU_DrawBevelBoxA < prev    next >
Text File  |  1996-05-14  |  848b  |  33 lines

  1. gadutil.library/GU_DrawBevelBoxA             gadutil.library/GU_DrawBevelBoxA
  2.  
  3.    NAME
  4.     GU_DrawBevelBoxA -- Draw a bevelled box.
  5.  
  6.    SYNOPSIS
  7.     GU_DrawBevelBoxA(rport, left, top, width, height, taglist)
  8.                      A0     D0    D1   D2     D3      A1
  9.  
  10.     VOID GU_DrawBevelBoxA(struct RastPort *, WORD, WORD, WORD, WORD,
  11.                   struct TagItem *);
  12.  
  13.    FUNCTION
  14.     This function renders a bevelled box of specified dimensions
  15.     and type into the supplied RastPort.
  16.  
  17.    INPUTS
  18.     rport - RastPort into which the box is to be drawn.
  19.     left - left edge of the box.
  20.     top - top edge of the box.
  21.     width - width of the box.
  22.     height - height of the box.
  23.     tagList - pointer to an array of tags providing extra parameters
  24.  
  25.    RESULT
  26.     none
  27.  
  28.    NOTES
  29.     See gadtools/DrawBevelBoxA() for more information.
  30.  
  31.    SEE ALSO
  32.     GU_GetVisualInfoA(), gadtools/DrawBevelBoxA()
  33.